home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 January / EnterCD 0105.iso / Grafika / DigiBookShelf 11.0 / D110TRENG.EXE / HELP / regist.swf / scripts / DefineButton2_38 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2004-09-21  |  202 b   |  8 lines

  1. on(release){
  2.    noB.gotoAndStop(1);
  3.    this.gotoAndStop(1);
  4.    _root.baseMC.targetMC._y = 60;
  5.    focus = "_root.baseMC.targetMC." + _root.baseMC.targetMC.current;
  6.    Selection.setFocus(focus);
  7. }
  8.